@media (min-width:1025px){/* DESKTOPS */
.pgbanner{}
	.pgbanner figure{height:240px;position:relative;overflow:hidden;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#fff;height:240px;}

.pgguide{background-image:repeating-linear-gradient(45deg, #eee, #eee 1px, #f6f6f6 0,#f6f6f6 2px);font-size:12px;line-height:29px;}
	.pgguideposition{}
		.pgguideposition i{display:block;width:20px;height:20px;float:left;font-size:20px;margin-right:5px;}
		.pgguideposition i svg{font-size:20px;line-height:30px;}
	.pgguidenav{}
	.pgguidenav ul{overflow:hidden;}
	.pgguidenav li{float:left;border-left:1px solid #ddd;}
	.pgguidenav a{display:block;font-size:16px;font-weight:bold;padding:0 60px;}
	.pgguidenav a.on{background:#333;color:#fff;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;margin-bottom:60px;}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;margin:0 3px 6px;border:1px solid #ccc;}
.listpage a:hover{background:#333;border:1px solid #333;color:#fff;}
.listpage span{background:#333;border:1px solid #333;color:#fff;}

.edit{font-size:16px;line-height:30px;}
	.edit img{max-width:100%;}

.pgs{padding:40px 0;}
	main{flex:1;}
	aside{flex:0 0 300px;min-width:0;margin:0 40px 0 0;}

	aside .pgsidearticle,aside .pgsidekey,aside .pgsidecotact{background:#f6f6f6;}
		.pgsidenav{margin-bottom:20px;}
			.pgsidenavhead{color:#fff;background:#3ec3ca;padding:5px 20px;}
				.pgsidenav h3{position:relative;font-size:14px;font-weight:normal;line-height:30px;}
				.pgsidenav h3:after{content:'';display:block;position:absolute;top:50%;right:0;transform:translateY(-50%);border-right:6px solid transparent;border-top:6px solid #fff;border-left:6px solid transparent;}
			.pgsidenav ul{background:#f6f6f6;overflow:hidden;}
			.pgsidenav li{border-top:1px solid #fff;}
			.pgsidenav li a{line-height:39px;display:block;padding:0 20px;position:relative;background:#f6f6f6;}
			.pgsidenav>ul>li>ul>li>a {
				text-indent: 2em;
				font-size: 12px;
			}
			.pgsidenav li a:before{content:'';position:absolute;top:0;left:0;bottom:0;width:10px;background:#3ec3ca;}
			.pgsidenav li a:after{content:'';position:absolute;left:3px;top:50%;transform:translateY(-50%);border-left:4px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;}
			.pgsidenav li a i{float:right;font-size:18px;}
			.pgsidenav li a:hover,.pgsidenav li a.on{background:#3ec3ca;color:#fff;padding:0 30px;}
			.pgsidenav li a:hover i,.pgsidenav li a.on i{animation:mctranslatex 1s linear infinite;-webkit-animation:mctranslatex 1s linear infinite;}
			.pgsidenav li ul{display:none;padding:0;}
			.pgsidenav li ul.show {
				display: block;
			}

		.pgsidearticle{margin-bottom:20px;}
			.pgsidearticle h3{font-size:14px;line-height:39px;border-bottom:1px solid #eee;padding:0 20px;}
			.pgsidearticle ul{padding:20px;}
			.pgsidearticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
			.pgsidearticle li a{position:relative;padding-left:15px;}
			.pgsidearticle li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}

		.pgsidekey{margin-bottom:20px;}
			.pgsidekey h3{font-size:14px;line-height:39px;border-bottom:1px solid #eee;padding:0 20px;}
			.pgsidekey section{line-height:25px;padding:20px;}
			.pgsidekey a{display:inline-block;line-height:30px;padding:0 10px;margin:0 10px 10px 0;border:1px solid #ddd;}

		.pgsidecotact{}
			.pgsidecotact h3{font-size:14px;line-height:39px;border-bottom:1px solid #eee;padding:0 20px;}
			.pgsidecotact section{padding:20px;}
			.pgsidecotact section:not(:last-child){overflow:hidden;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}
			.pgsidecotact section i{display:block;float:left;width:60px;height:60px;font-size:50px;line-height:60px;border-radius:60px;background:#71b22c;color:#fff;text-align:center;margin-right:20px;}
			.pgsidecotact section dl{float:left;padding:5px 0;}
			.pgsidecotact section dt{font-size:14px;}
			.pgsidecotact section dd{font-size:24px;line-height:30px;font-weight:bold;}
			.pgsidecotact ul{}
			.pgsidecotact li{line-height:25px;}
	
	.pgaboutinfo{line-height:30px;}
		.pgaboutinfo img{max-width:100%;}
		.pgaboutinfo p{text-indent:2em;}
		.pgaboutinfo hr{height:1px;background:#ddd;}

		.pgaboutinfo .table{overflow-x:scroll;margin:1em 0;}
		.pgaboutinfo .table::-webkit-scrollbar{width:1px;height:1px;}
		.pgaboutinfo .table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
		.pgaboutinfo .table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
		.pgaboutinfo .table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
		.pgaboutinfo .table tr{}
		.pgaboutinfo .table th{border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
		.pgaboutinfo .table td{border:1px solid #ddd;padding:8px 10px;line-height:150%;}
		.pgaboutinfo .table td:first-child{background:#eee;}
	
	.pgcolumntitle{background:linear-gradient(to top,#fff 0%,#fff 100%);position:relative;border-bottom:5px solid #ddd;margin-bottom:20px;padding-bottom:20px;}
	.pgcolumntitle span{position:absolute;top:20px;right:0;text-transform:uppercase;font-size:14px;color:#999;}
	.pgcolumntitle h3{position:relative;font-size:17px;}

	.pgproductlist{margin-bottom:30px;}
		.pgproductlist ul{margin:0 -1%;}
		.pgproductlist li{float:left;width:31.33%;margin:0 1% 2%;position:relative;}
			.pgproductlist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
				.pgproductlist li figure{position:relative;overflow:hidden;height:180px;}
					.pgproductlist li figure img{width:100%;}
					.pgproductlist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
			.pgproductlist li section{}
				.pgproductlist li section h4{font-size:16px;line-height:30px;}
				.pgproductlist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:10px;}
			.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
			.pgproductlist li:hover figcaption{opacity:1;}
			
	.infoproduct{}
		.infoproducthead{margin-bottom:40px;position:relative;padding:40px;background:#f6f6f6;}
			.infoproductslide{float:right;width:335px;margin-left:20px;}
				.infoproductslide figure{overflow:hidden;border:1px solid #eee;}
				.infoproductslide figure img{width:100%;}
			.infoproductsummary{}
				.infoproductsummary:after{content:'';display:block;clear:both;}
				.infoproductsummary h1{font-size:24px;line-height:30px;margin-bottom:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				.infoproductsummary section{color:#999;line-height:30px;}
				.infoproductsummary p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				.infoproductsummary p span:not(:last-child){margin-right:10px;}
				.infoproductsummary p span a{display:inline-block;line-height:30px;background:#76bc38;color:#fff;padding:0 10px;margin-top:10px;}
				.infoproductsummary p span a i{float:left;margin-right:5px;}
				.infoproductsummary p span a:hover{background:#07b560;}
			.infoprevnext{}
				.infoprevnext span{position:absolute;top:50%;transform:translateY(-50%);display:block;width:38px;height:38px;text-align:center;text-indent:-999em;background:#f9f9f9;border:1px solid #ddd;border-radius:5px;overflow:hidden;}
				.infoprevnext span a{display:block;position:relative;text-indent:-999em;line-height:38px;width:38px;height:38px;}
				.infoprevnext span a:hover{background:#76bc38;color:#fff;}
				.prev{left:-20px;}
					.prev a:after{content:'';display:block;position:absolute;top:12px;left:15px;width:14px;height:14px;border-left:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(-45deg);}
				.next{right:-20px;}
					.next a:after{content:'';display:block;position:absolute;top:12px;right:15px;width:14px;height:14px;border-right:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(45deg);}
		.infoproductdetail{margin-bottom:40px;}
			.detailtab{margin-bottom:20px;position:relative;}
				.detailtab h3{font-size:16px;position:relative;padding:0 0 0 20px;padding-bottom:10px;border-bottom:1px solid #ccc;color:#07b560;margin-bottom:20px;}
				.detailtab h3:after{content:'';display:block;position:absolute;top:2px;bottom:12px;left:0;width:3px;background:#07b560;}
				.detailtab span{position:absolute;top:15px;right:15px;}
				.detailtab span a{}
		
		.infoproductother{margin-bottom:40px;}
			.infoproductother h3{font-size:16px;position:relative;padding:0 0 0 20px;padding-bottom:10px;border-bottom:1px solid #ccc;color:#07b560;margin-bottom:20px;}
			.infoproductother h3:after{content:'';display:block;position:absolute;top:2px;bottom:12px;left:0;width:3px;background:#07b560;}
			.infoproductother ul{margin:0 -1%;}
			.infoproductother li{position:relative;float:left;width:23%;margin:0 1%;}
			.infoproductother li a{display:block;}
			.infoproductother li figure{overflow:hidden;border:1px solid #dcdcdc;padding:10px;}
			.infoproductother li figure img{width:100%;margin-bottom:10px;}
			.infoproductother li figcaption{text-align:center;font-size:12px;}
			.infoproductother li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
			.infoproductother li:hover figure img{transform:scale3d(1.05, 1.05, 1);}
		
		.inforelated{background:#fff;}
			.inforelated h3{font-size:16px;position:relative;padding:0 0 0 20px;padding-bottom:10px;border-bottom:1px solid #ccc;color:#07b560;margin-bottom:20px;}
			.inforelated h3:after{content:'';display:block;position:absolute;top:2px;bottom:12px;left:0;width:3px;background:#07b560;}
			.inforelated ul{overflow:hidden;margin:0 -1%;}
			.inforelated li{float:left;width:48%;line-height:30px;margin:0 1%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
			.inforelated li a{display:block;position:relative;padding-left:15px;}
			.inforelated li a:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:0;width:4px;height:4px;background:#ccc;}
	
	.pgcaselist{margin-bottom:30px;}
		.pgcaselist ul{margin:0 -1%;}
		.pgcaselist li{float:left;width:31.33%;margin:0 1% 2%;position:relative;}
			.pgcaselist li a{display:block;}
			.pgcaselist li section{border:1px solid #eee;}
				.pgcaselist li section figure{position:relative;overflow:hidden;}
					.pgcaselist li section figure img{width:100%;}
					.pgcaselist li section figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
				.pgcaselist li section p{padding:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
			.pgcaselist li:hover img{transform:scale3d(1.05, 1.05, 1);}
			.pgcaselist li:hover figcaption{opacity:1;}
			
	.pgnewslist{margin-bottom:30px;padding-top:10px;}
		.pgnewslist ul{}
		.pgnewslist li{line-height:39px;border-bottom:1px solid #eee;}
		.pgnewslist li a{}
		.pgnewslist li time{float:left;margin-right:10px;color:#999;font-size:12px;}
		.pgnewslist li a:hover{padding:0 10px;}
	
	.pgjoblist{}
		.pgjoblist ul{}
		.pgjoblist li{line-height:39px;border-bottom:1px solid #ddd;overflow:hidden;}
		.pgjoblist li a{float:left;position:relative;padding-left:13px;}
		.pgjoblist li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
		.pgjoblist li time{float:right;}
	
	.pginfojob{}
		.pginfojob time{display:block;margin-bottom:20px;}
		.pginfojob dl{margin-bottom:20px;}
		.pginfojob dt{font-weight:bold;}
		.pginfojob dd{color:#999;}
	
	.pgadvan{}
		.pgadvan ul{margin:0 -1%;}
		.pgadvan li{float:left;width:31.33%;margin:0 1%;overflow:hidden;margin-bottom:20px;}
		.pgadvan li figure{overflow:hidden;margin-bottom:10px;}
		.pgadvan li figure img{height:185px;}
		.pgadvan li dl{}
		.pgadvan li dt{font-weight:bold;margin-bottom:5px;}
		.pgadvan li dd{height:60px;}
	
	article{margin-bottom:20px;background:#fff;}
		.articlehead{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px;}
			.articlehead h1{font-size:24px;line-height:30px;}
			.articlehead p{font-size:12px;color:#999;margin-top:10px;}
			.articlehead p span{margin-right:10px;}
			.articlehead p time{margin-right:10px;}
		.articlebody{margin-bottom:20px;}
			.articleinfo{line-height:200%;font-size:16px;}
				.articleinfo img{max-width:100%;}
			.relatedarticle{}
				.relatedarticle h3{font-size:18px;line-height:30px;margin-bottom:10px;}
				.relatedarticle ul{}
				.relatedarticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:30px;}
				.relatedarticle li a{float:left;position:relative;padding-left:13px;}
				.relatedarticle li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
				.relatedarticle li time{float:right;color:#999;font-size:12px;}
			.infotags{margin-top:20px;font-style:italic;font-size:12px;padding:15px;background:#f6f6f6;color:#666;}
			.infoprevnext{margin-top:20px;}

				.edit .table{overflow-x:scroll;margin:1em 0;}
				.edit .table::-webkit-scrollbar{width:1px;height:1px;}
				.edit .table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
				.edit .table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
				.edit .table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
				.edit .table tr{}
				.edit .table th{font-size:14px;border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
				.edit .table td{font-size:12px;border:1px solid #ddd;padding:8px 10px;line-height:150%;}

	

	

	.pgcontactinfo{}

	.pgmessage{}
	.pgmessage h3{font-size:16px;margin-bottom:20px;}
	.pgmessage p{}
	.pgmessage form{margin-top:30px;}
	.pgmessage ul{overflow:hidden;}
	.pgmessage li{position:relative;margin-bottom:20px;border-bottom:1px solid #eee;box-sizing:border-box;}
	.pgmessage li:last-child{border:none;margin-bottom:0;}
	.pgmessage li:nth-of-type(1),.pgmessage li:nth-of-type(2),.pgmessage li:nth-of-type(3),.pgmessage li:nth-of-type(4){float:left;width:24%;margin-right:1%;}
	.pgmessage li:nth-of-type(5){clear:both;width:99%;margin-right:1%;}
	.pgmessage li:nth-of-type(6),.pgmessage li:nth-of-type(7){float:left;width:24%;margin-right:1%;}
	.pgmessage li span{display:none;position:absolute;top:-10px;left:20px;font-size:12px;color:#999;background:#fff;padding:0 10px;}
	.pgmessage li span i{margin-right:10px;}
	.pgmessage li input{width:100%;padding:10px;box-sizing:border-box;background:#f6f6f6;}
	.pgmessage li textarea{display:block;border:none;width:100%;height:120px;padding:10px;box-sizing:border-box;background:#f6f6f6;}
	.pgmessage li input.btn{width:100%;background:#232e39;color:#fff;}
	#checkCodeImg{position:absolute;top:7px;right:7px;}
			
/* 相关标签页面 */
.pgtagdescription{margin:20px 0;}

.pgtagproduct{margin-bottom:20px;}
	.pgtagproduct h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagproduct h2:after{content:'';display:block;position:absolute;z-index:1;bottom:-1px;width:50px;height:1px;background:#3ec3ca;}
	.pgtagproduct ul{margin:0 -1%;}
	.pgtagproduct li{float:left;width:23%;margin:0 1% 20px;}
		.pgtagproductimg{overflow:hidden;}
			.pgtagproductimg img{width:100%;}
		.pgtagproductwz{background:#f6f6f6;padding:20px;transition:all ease-out 0.3s;}
			.pgtagproductwz h2{font-size:14px;text-overflow:ellipsis;white-space:nowrap;}
	.pgtagproduct li:hover img{transform:scale3d(1.05, 1.05, 1);}
	.pgtagproduct li:hover .pgtagproductwz{background:#333;color:#fff;}
	.pgtagproduct li:hover .pgtagproductwz a{color:#fff;}

.pgtagnews{margin-bottom:20px;}
	.pgtagnews h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagnews h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagnews ul{margin:0 -1%;}
	.pgtagnews li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagnews li a{display:block;padding:20px;background:#fff;}
	.pgtagnews li dl{margin-bottom:10px;}
	.pgtagnews li dt{padding-bottom:10px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.pgtagnews li dd{opacity:0.7;height:60px;overflow:hidden;}
	.pgtagnews li time{font-size:12px;}
	.pgtagnews li a:hover{transform:translateY(-5px);background:#3ec3ca;color:#fff;}

.pgtagrecom{margin-bottom:20px;}
	.pgtagrecom h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagrecom h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagrecom ul{margin:0 -1%;}
	.pgtagrecom li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagrecom li a{display:block;}
	.pgtagrecom li section{background:#fff;transition:all ease-out 0.3s;}
	.pgtagrecom li section figure{overflow:hidden;}
	.pgtagrecom li section img{width:100%;}
	.pgtagrecom li section h3{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:10px;}
	.pgtagrecom li section:hover{background:#3ec3ca;color:#fff;}
	.pgtagrecom li section:hover img{transform:scale3d(1.05, 1.05, 1);}

.pgsearchlist{padding:20px;background:#fff;margin-bottom:20px;}
	.pgsearchlisttotal{border:1px solid #eee;padding:30px;background:#eee;}
	.pgsearchproductlist{margin-top:40px;}
		.pgsearchproductlist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchproductlist ul{margin:0 -1%;}
		.pgsearchproductlist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchproductlist li section{position:relative;overflow:hidden;}
		.pgsearchproductlist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchproductlist li figure{overflow:hidden;}
		.pgsearchproductlist li figure img{width:100%;}
		.pgsearchproductlist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearcharticlelist{margin-top:40px;}
		.pgsearcharticlelist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearcharticlelist ul{overflow:hidden;margin:0 -1%;}
		.pgsearcharticlelist li{float:left;width:31.33%;margin:0 1% 20px;}
		.pgsearcharticlelist li a{display:block;}
		.pgsearcharticlelist li section{padding:20px;border:1px solid #eee;background:#fff;}
		.pgsearcharticlelist li time{display:block;margin-bottom:5px;}
		.pgsearcharticlelist li dl{box-sizing:border-box;margin-bottom:5px;}
		.pgsearcharticlelist li dt{font-size:16px;line-height:30px;}
		.pgsearcharticlelist li dd{height:40px;overflow:hidden;color:#999;font-size:12px;}
		.pgsearcharticlelist li span{display:block;}
	.pgsearchcaselist{}
		.pgsearchcaselist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchcaselist ul{margin:0 -1%;}
		.pgsearchcaselist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchcaselist li section{position:relative;overflow:hidden;}
		.pgsearchcaselist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchcaselist li figure{overflow:hidden;}
		.pgsearchcaselist li figure img{width:100%;}
		.pgsearchcaselist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearchjoblist{}
	.pgsearchdownlist{}

.pgsitemap{}
	.pgsitemap section{margin-bottom:20px;padding:20px;background:#f9f9f9;border-radius:10px;}
	.pgsitemap h2{font-size:18px;line-height:30px;}
	.pgsitemap h3{font-size:15px;line-height:30px;border-top:1px solid #ddd;}
	.pgsitemap h4{font-size:13px;border-top:1px dashed #ddd;font-weight:normal;padding-top:5px;margin-bottom:5px;}
	.pgsitemap p{margin-top:5px;padding-bottom:5px;}
	.pgsitemap p a{font-size:12px;margin-right:20px;}

.pgdown{}
	.pgdown ul{display:flex;text-align:center;align-items:center;border-bottom:1px solid #ddd;}
		.pgdown li{padding:10px;}
		.pgdown li:nth-of-type(1){flex:0 0 60px;}
		.pgdown li:nth-of-type(2){flex:1;text-align:left;}
		.pgdown li:nth-of-type(3){flex:1;}
		.pgdown li:nth-of-type(4){flex:1;}
		.pgdown li:nth-of-type(5){flex:1;}
		.pgdown li span{display:none;}
		.pgdown li i{font-size:24px;}
	.pgdownhead{background:#eee;border-top:1px solid #ddd;font-size:16px;font-weight:bold;}
	.pgdownlist{}
		.pgdownlist figure{}
		.pgdownlist img{height:50px;}
}

@media (min-width:768px) and (max-width:1024px){/* TABLET */
.pgbanner{}
	.pgbanner figure{height:350px;position:relative;overflow:hidden;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#fff;height:350px;}

.pgguide{background:#f6f6f6;padding:0 100px;line-height:60px;}
	.pgguideposition{float:right;}
		.pgguideposition i{display:block;width:20px;height:20px;float:left;font-size:20px;margin-right:5px;}
		.pgguideposition i svg{font-size:20px;line-height:30px;}
	.pgguidenav{float:left;}
	.pgguidenav ul{overflow:hidden;}
	.pgguidenav li{float:left;border-left:1px solid #ddd;}
	.pgguidenav a{display:block;font-size:16px;font-weight:bold;padding:0 60px;}
	.pgguidenav a.on{background:#333;color:#fff;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;margin-bottom:60px;}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;margin:0 3px 6px;border:1px solid #ccc;}
.listpage a:hover{background:#333;border:1px solid #333;color:#fff;}
.listpage span{background:#333;border:1px solid #333;color:#fff;}

.edit{font-size:16px;line-height:30px;}
	.edit img{max-width:100%;}

.pg{padding:40px 0;overflow:hidden;}
	main{flex:1;min-width:0;}
	aside{flex:0 0 400px;margin-right:40px;}
.pgs{padding:80px 100px;}
	
	.pgtitle{margin-bottom:40px;overflow:hidden;text-align:center;}
	.pgtitle h2{font-size:36px;line-height:40px;position:relative;margin-bottom:5px;color:#333;}
	.pgtitle h3{opacity:0.8;font-size:18px;color:#999;text-transform:uppercase;font-weight:normal;}
		.pgtitle h3 span{position:relative;display:inline-block;}
		.pgtitle h3 span:before{content:'';display:block;position:absolute;top:50%;left:100%;margin-left:30px;width:50px;height:1px;background:#999;}
		.pgtitle h3 span:after{content:'';display:block;position:absolute;top:50%;right:100%;margin-right:30px;width:50px;height:1px;background:#999;}
	.pgtitle p{opacity:0.8;font-size:12px;color:#999;text-transform:uppercase;font-weight:normal;}

	.pgnav{background:#f4f4f4;line-height:55px;margin-bottom:40px;}
		.pgnav ul{display:flex;}
		.pgnav li{flex:1;}
		.pgnav li a{display:block;text-align:center;font-size:18px;position:relative;}
		.pgnav li a:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-bottom:6px solid #fff;border-right:6px solid transparent;opacity:0;transition:all ease-out 0.3s;}
		.pgnav li a:hover,.pgnav li a.on{background:#333;color:#fff;}
		.pgnav li a:hover:after,.pgnav li a.on:after{opacity:1;}
	
	.pgaboutinfo{font-size:16px;line-height:200%;margin-bottom:100px;columns:500px 2;column-gap:40px;}
		.pgaboutinfo img{max-width:100%;}
		.pgaboutinfo p{text-indent:2em;}
	
	.pgteamnav{margin-bottom:40px;}
		.pgteamnav ul{overflow:hidden;}
		.pgteamnav li{float:left;margin-right:10px;}
		.pgteamnav li a{display:block;background:#fff;line-height:50px;padding:0 20px;width:100px;}
		.pgteamnav li a i{float:right;}
		.pgteamnav li a.on,.pgteamnav li a:hover{background:#333;color:#fff;}

	.pghonor{padding:80px 0;}
		.pghonorlist{}
			.pghonorlist ul{margin:0 -1%;}
			.pghonorlist li{float:left;width:31.33%;margin:0 1% 20px;}
			.pghonorlist li figure{overflow:hidden;border:1px solid #eee;position:relative;margin-bottom:10px;background:#fff;text-align:center;}
			.pghonorlist li img{width:100%;}
			.pghonorlist li h3{text-align:center;font-size:14px;font-weight:normal;}

			.pgcolumntitle{/*background:linear-gradient(to top,#ececec 0%,#ececec 100%);*/position:relative;line-height:30px;padding:20px 0;border-bottom:1px solid #ddd;margin-bottom:20px;background:#fff;}
			.pgcolumntitle span{position:absolute;top:20px;right:0;text-transform:uppercase;font-size:14px;color:#999;}
			.pgcolumntitle h3{position:relative;font-size:22px;font-weight:normal;}

			.pgproductlist{margin-bottom:30px;}
				.pgproductlist ul{margin:0 -1%;}
				.pgproductlist li{float:left;width:23%;margin:0 1% 2%;position:relative;}
					.pgproductlist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgproductlist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgproductlist li figure img{width:100%;}
							.pgproductlist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgproductlist li section{padding:15px;}
						.pgproductlist li section h4{font-size:16px;line-height:30px;}
						.pgproductlist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgproductlist li:hover figcaption{opacity:1;}
			
			.pgcaselist{margin-bottom:30px;}
				.pgcaselist ul{margin:0 -1%;}
				.pgcaselist li{float:left;width:23%;margin:0 1% 2%;position:relative;}
					.pgcaselist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgcaselist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgcaselist li figure img{width:100%;}
							.pgcaselist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgcaselist li section{padding:15px;}
						.pgcaselist li section h4{font-size:16px;line-height:30px;}
						.pgcaselist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgcaselist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgcaselist li:hover figcaption{opacity:1;}
			
			.infoproduct{}
				.infoproducthead{margin-bottom:40px;position:relative;padding:40px;background:#f6f6f6;}
					.infoproductslide{float:right;width:335px;margin-left:20px;}
						.infoproductslide figure{overflow:hidden;border:1px solid #eee;}
						.infoproductslide figure img{width:100%;}
					.infoproductsummary{}
						.infoproductsummary:after{content:'';display:block;clear:both;}
						.infoproductsummary h1{font-size:24px;line-height:30px;margin-bottom:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary section{color:#999;line-height:30px;}
						.infoproductsummary p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary p span a{display:inline-block;line-height:30px;background:#333;color:#fff;padding:0 20px;margin-top:10px;}
					.infoprevnext{}
						.infoprevnext span{position:absolute;top:50%;transform:translateY(-50%);display:block;width:38px;height:38px;text-align:center;text-indent:-999em;background:#f9f9f9;border:1px solid #ddd;border-radius:5px;overflow:hidden;}
						.infoprevnext span a{display:block;position:relative;text-indent:-999em;line-height:38px;width:38px;height:38px;}
						.infoprevnext span a:hover{background:#333;color:#fff;}
						.prev{left:-20px;}
							.prev a:after{content:'';display:block;position:absolute;top:12px;left:15px;width:14px;height:14px;border-left:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(-45deg);}
						.next{right:-20px;}
							.next a:after{content:'';display:block;position:absolute;top:12px;right:15px;width:14px;height:14px;border-right:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(45deg);}
				.infoproductdetail{margin-bottom:40px;}
					.detailtab{margin-bottom:30px;position:relative;}
						.detailtab h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
						.detailtab h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
						.detailtab span{position:absolute;top:15px;right:15px;}
						.detailtab span a{}
				
				.infoproductother{margin-bottom:40px;}
					.infoproductother h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.infoproductother h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
					.infoproductother ul{margin:0 -1%;}
					.infoproductother li{position:relative;float:left;width:18%;margin:0 1%;}
					.infoproductother li a{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
					.infoproductother li figure{overflow:hidden;border:1px solid #dcdcdc;padding:10px;}
					.infoproductother li figure img{width:100%;margin-bottom:10px;}
					.infoproductother li figcaption{text-align:center;font-size:12px;}
					.infoproductother li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
					.infoproductother li:hover figure img{transform:scale3d(1.05, 1.05, 1);}
				
				.inforelated{background:#fff;}
					.inforelated h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.inforelated h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
					.inforelated ul{overflow:hidden;margin:0 -1%;}
					.inforelated li{float:left;width:48%;line-height:30px;margin:0 1%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
			
			.pgnewslist{margin-bottom:30px;padding-top:10px;}
				.pgnewslist ul{overflow:hidden;}
				.pgnewslist li{position:relative;float:left;width:48%;margin:0 1% 20px;box-sizing:border-box;}
				.pgnewslist li section{overflow:hidden;position:relative;padding:20px;border:1px solid #ddd;transition:all ease-out 0.3s;background:#fff;border-radius:10px;transition:all 0.3s ease-out 0s;}
					.pgnewslist li section dl{padding-left:110px;}
						.pgnewslist li section dt{font-size:16px;line-height:30px;padding-bottom:20px;position:relative;}
						.pgnewslist li section dt:after{content:'';display:block;position:absolute;top:36px;left:0;width:30px;height:2px;background:#333;}
						.pgnewslist li section dd{font-size:13px;opacity:0.6;}
							.pgnewslist li section dd span a{display:inline-block;margin-top:20px;border:1px solid #eee;padding:0 20px;line-height:38px;font-size:12px;color:#999;}
				.pgnewslist li section time{display:block;position:absolute;top:20px;left:20px;color:#999;font-family:'sysfont';background:#f6f6f6;padding:10px;}
				.pgnewslist li section time span{display:block;font-size:16px;line-height:20px;margin-bottom:10px;}
				.pgnewslist li section time i{display:none;}
				.pgnewslist li section time em{display:block;font-size:40px;line-height:40px;}				
				.pgnewslist li:hover section{background:#333;color:#fff;}
				.pgnewslist li:hover section dt:after{background:#fff;}
				.pgnewslist li:hover section a{color:#fff;}
			
			article{margin-bottom:20px;background:#fff;}
				.articlehead{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px;}
					.articlehead h1{font-size:24px;line-height:30px;}
					.articlehead p{font-size:12px;color:#999;margin-top:10px;}
					.articlehead p span{margin-right:10px;}
					.articlehead p time{margin-right:10px;}
				.articlebody{margin-bottom:20px;}
					.articleinfo{line-height:200%;font-size:16px;}
						.articleinfo img{max-width:100%;}
					.relatedarticle{}
						.relatedarticle h3{font-size:18px;line-height:30px;margin-bottom:10px;}
						.relatedarticle ul{}
						.relatedarticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:30px;}
						.relatedarticle li a{float:left;position:relative;padding-left:13px;}
						.relatedarticle li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
						.relatedarticle li time{float:right;color:#999;font-size:12px;}
					.infotags{margin-top:20px;font-style:italic;font-size:12px;padding:15px;background:#f6f6f6;color:#666;}
					.infoprevnext{margin-top:20px;}

						.table{overflow-x:scroll;margin:1em 0;}
						.table::-webkit-scrollbar{width:1px;height:1px;}
						.table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
						.table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
						.table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
						.table tr{}
						.table th{font-size:14px;border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
						.table td{font-size:12px;border:1px solid #ddd;padding:8px 10px;line-height:150%;}		

			.pgsidenav{margin-bottom:20px;}
				.pgsidenavhead{color:#fff;background:linear-gradient(to bottom,#333 0%,#333 100%);padding:20px;border-radius:10px 10px 0 0;border-bottom:5px solid #cf1213;}
					.pgsidenav p{text-transform:uppercase;font-family:'sysfont';font-size:24px;line-height:40px;margin-bottom:10px;position:relative;}
					.pgsidenav p:after{content:'';display:block;position:absolute;bottom:0;left:0;width:30px;height:2px;background:#fff;}
					.pgsidenav h3{position:relative;font-size:20px;line-height:30px;font-weight:normal;}
				.pgsidenav ul{background:#f6f6f6;overflow:hidden;}
				.pgsidenav li{border-top:1px solid #ddd;}
				.pgsidenav li a{line-height:60px;display:block;padding:0 20px;position:relative;}
				.pgsidenav>ul>li>ul>li>a {
					text-indent: 2em;
					font-size: 12px;
				}
				.pgsidenav li a i{float:right;font-size:18px;}
				.pgsidenav li a:hover,.pgsidenav li a.on{background:#cf1213;color:#fff;}
				.pgsidenav li a:hover i,.pgsidenav li a.on i{animation:mctranslatex 1s linear infinite;-webkit-animation:mctranslatex 1s linear infinite;}
				.pgsidenav li ul{display:none;padding:0;}
				.pgsidenav li ul.on{display:block;}
				.pgsidenav li li a{line-height:39px;background:none;padding-left:38px;border-bottom:1px dashed #ddd;background:#cf1213;}
				.pgsidenav li li a:before{content:'';display:block;position:absolute;left:20px;top:16px;width:5px;height:5px;border:2px solid #ddd;}
				.pgsidenav li li a:hover{background:none;color:#06c;}
				.pgsidenav li li a:hover:before{border:2px solid #06c;}
				.pgsidenav li ul{display:none;padding:0;}
				.pgsidenav li ul.show {
					display: block;
				}

		aside .pgsidearticle,aside .pgsidekey,aside .pgsidecotact{background:#fff;}

			.pgsidearticle{margin-bottom:40px;}
				.pgsidearticle h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidearticle ul{}
				.pgsidearticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
				.pgsidearticle li a{position:relative;padding-left:15px;}
				.pgsidearticle li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}

			.pgsidekey{margin-bottom:40px;}
				.pgsidekey h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidekey section{line-height:25px;}
				.pgsidekey a{display:inline-block;line-height:30px;padding:0 10px;margin:0 10px 10px 0;border:1px solid #ddd;}

			.pgsidecotact{}
				.pgsidecotact h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidecotact section{line-height:30px;}
				.pgsidecotact section:not(:last-child){overflow:hidden;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}
				.pgsidecotact section i{display:block;float:left;width:60px;height:60px;font-size:50px;line-height:60px;border-radius:60px;background:#71b22c;color:#fff;text-align:center;margin-right:20px;}
				.pgsidecotact section dl{float:left;padding:5px 0;}
				.pgsidecotact section dt{font-size:14px;}
				.pgsidecotact section dd{font-size:24px;line-height:30px;font-weight:bold;}
				.pgsidecotact ul{}
				.pgsidecotact li{line-height:25px;}

			.pgmap{width:100%;position:relative;}
				.pgmapinfo{}
				.pgmaplist{position:absolute;top:20px;right:20px;bottom:20px;width:300px;background:rgba(255,255,255,0.8);padding:30px;}
					.pgmaplist h2{font-size:22px;line-height:25px;}
					.pgmaplist h3{font-size:16px;margin-bottom:10px;}
					.pgmaplist h4{margin-bottom:40px;font-family:'sysfont';font-size:60px;line-height:60px;border-bottom:1px solid #ccc;padding-bottom:40px;color:#333;}
					.pgmaplist section{margin-bottom:30px;}
					.pgmaplist section p{font-size:13px;color:#666;}
					.pgmaplist section p strong{font-size:16px;line-height:30px;color:#000;}

			.pgcontact{}
			.pgcontacttitle{margin-bottom:40px;}
				.pgcontacttitle h1{font-size:36px;line-height:40px;font-weight:normal;text-align:center;}
			.pgcontactlist{margin:0 -1%;overflow:hidden;margin-bottom:40px;}
				.pgcontactlist section{float:left;width:23%;margin:0 1%;box-sizing:border-box;border:1px solid #f5f5f5;padding:30px 0;text-align:center;}
				.pgcontactlist figure{width:50px;height:50px;margin:0 auto;margin-bottom:10px;}
				.pgcontactlist figure i{font-size:50px;line-height:50px;}
				.pgcontactlist p{}
			.pgcontactmap{margin-bottom:40px;}

			.pgmessage{padding:40px;background:#fff;}
			.pgmessage h3{font-size:16px;margin-bottom:30px;}
			.pgmessage p{}
			.pgmessage form{margin-top:30px;}
			.pgmessage ul{overflow:hidden;}
			.pgmessage li{position:relative;margin-bottom:20px;border-bottom:1px solid #eee;box-sizing:border-box;}
			.pgmessage li:last-child{border:none;margin-bottom:0;}
			.pgmessage li:nth-of-type(1),.pgmessage li:nth-of-type(2),.pgmessage li:nth-of-type(3),.pgmessage li:nth-of-type(4){float:left;width:24%;margin-right:1%;}
			.pgmessage li:nth-of-type(5){clear:both;width:99%;margin-right:1%;}
			.pgmessage li:nth-of-type(6),.pgmessage li:nth-of-type(7){float:left;width:24%;margin-right:1%;}
			.pgmessage li span{display:none;position:absolute;top:-10px;left:20px;font-size:12px;color:#999;background:#fff;padding:0 10px;}
			.pgmessage li span i{margin-right:10px;}
			.pgmessage li input{width:100%;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li textarea{display:block;border:none;width:100%;height:120px;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li input.btn{width:100%;background:#232e39;color:#fff;}
			#checkCodeImg{position:absolute;top:7px;right:7px;}
			
/* 相关标签页面 */
.pgtagdescription{background:#fff;padding:40px;font-size:16px;line-height:30px;margin-bottom:20px;}

.pgtagproduct{padding:20px;background:#fff;margin-bottom:20px;}
	.pgtagproduct h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagproduct h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagproduct ul{margin:0 -1%;}
	.pgtagproduct li{float:left;width:23%;margin:0 1% 20px;}
		.pgtagproductimg{overflow:hidden;}
			.pgtagproductimg img{width:100%;}
		.pgtagproductwz{background:#fff;padding:20px;transition:all ease-out 0.3s;}
			.pgtagproductwz h2{font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.pgtagproduct li:hover img{transform:scale3d(1.05, 1.05, 1);}
	.pgtagproduct li:hover .pgtagproductwz{background:#333;color:#fff;}
	.pgtagproduct li:hover .pgtagproductwz a{color:#fff;}

.pgtagnews{padding:20px;background:#fff;margin-bottom:20px;}
	.pgtagnews h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagnews h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagnews ul{margin:0 -1%;}
	.pgtagnews li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagnews li a{display:block;padding:20px;background:#fff;}
	.pgtagnews li dl{margin-bottom:10px;}
	.pgtagnews li dt{padding-bottom:10px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.pgtagnews li dd{opacity:0.7;height:60px;overflow:hidden;}
	.pgtagnews li time{font-size:12px;}
	.pgtagnews li a:hover{transform:translateY(-5px);background:#3ec3ca;color:#fff;}

.pgtagrecom{padding:20px;background:#fff;}
	.pgtagrecom h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagrecom h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagrecom ul{margin:0 -1%;}
	.pgtagrecom li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagrecom li a{display:block;}
	.pgtagrecom li section{background:#fff;transition:all ease-out 0.3s;}
	.pgtagrecom li section figure{overflow:hidden;}
	.pgtagrecom li section img{width:100%;}
	.pgtagrecom li section h3{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:10px;}
	.pgtagrecom li section:hover{background:#3ec3ca;color:#fff;}
	.pgtagrecom li section:hover img{transform:scale3d(1.05, 1.05, 1);}

.pgsearchlist{padding:20px;background:#fff;margin-bottom:20px;}
	.pgsearchlisttotal{border:1px solid #eee;padding:30px;background:#eee;}
	.pgsearchproductlist{margin-top:40px;}
		.pgsearchproductlist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchproductlist ul{margin:0 -1%;}
		.pgsearchproductlist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchproductlist li section{position:relative;overflow:hidden;}
		.pgsearchproductlist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchproductlist li figure{overflow:hidden;}
		.pgsearchproductlist li figure img{width:100%;}
		.pgsearchproductlist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearcharticlelist{margin-top:40px;}
		.pgsearcharticlelist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearcharticlelist ul{overflow:hidden;margin:0 -1%;}
		.pgsearcharticlelist li{float:left;width:31.33%;margin:0 1% 20px;}
		.pgsearcharticlelist li a{display:block;}
		.pgsearcharticlelist li section{padding:20px;border:1px solid #eee;background:#fff;}
		.pgsearcharticlelist li time{display:block;margin-bottom:5px;}
		.pgsearcharticlelist li dl{box-sizing:border-box;margin-bottom:5px;}
		.pgsearcharticlelist li dt{font-size:16px;line-height:30px;}
		.pgsearcharticlelist li dd{height:40px;overflow:hidden;color:#999;font-size:12px;}
		.pgsearcharticlelist li span{display:block;}
	.pgsearchcaselist{}
		.pgsearchcaselist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchcaselist ul{margin:0 -1%;}
		.pgsearchcaselist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchcaselist li section{position:relative;overflow:hidden;}
		.pgsearchcaselist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchcaselist li figure{overflow:hidden;}
		.pgsearchcaselist li figure img{width:100%;}
		.pgsearchcaselist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearchjoblist{}
	.pgsearchdownlist{}

.pgsitemap{padding:60px 0;}
	.pgsitemap section{margin-bottom:30px;padding:30px;background:#f9f9f9;border-radius:10px;}
	.pgsitemap h2{font-size:24px;line-height:40px;}
	.pgsitemap h3{font-size:18px;line-height:40px;margin-top:20px;border-top:1px solid #ddd;}
	.pgsitemap h4{font-size:15px;border-top:1px dashed #ddd;font-weight:normal;padding-top:5px;margin-bottom:5px;}
	.pgsitemap p{margin-top:5px;padding-bottom:5px;}
	.pgsitemap p a{font-size:12px;margin-right:20px;}

.pgdown{}
	.pgdown ul{display:flex;text-align:center;align-items:center;border-bottom:1px solid #ddd;}
		.pgdown li{padding:10px;}
		.pgdown li:nth-of-type(1){flex:0 0 60px;}
		.pgdown li:nth-of-type(2){flex:1;}
		.pgdown li:nth-of-type(3){flex:1;}
		.pgdown li:nth-of-type(4){flex:1;}
		.pgdown li:nth-of-type(5){flex:1;}
		.pgdown li span{display:none;}
		.pgdown li i{font-size:24px;}
	.pgdownhead{background:#eee;border-top:1px solid #ddd;font-size:16px;font-weight:bold;}
	.pgdownlist{}
		.pgdownlist figure{}
		.pgdownlist img{height:50px;}
}
@media (max-width:767px){/* MOBILE */
.pgbanner{}
	.pgbanner figure{height:90px;position:relative;overflow:hidden;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#fff;height:90px;}

.pgguide{background:#f6f6f6;padding:20px;}
	.pgguideposition{}
		.pgguideposition i{display:block;width:20px;height:20px;float:left;font-size:20px;margin-right:5px;}
		.pgguideposition i svg{font-size:20px;line-height:30px;}
	.pgguidenav{}
	.pgguidenav ul{overflow:hidden;}
	.pgguidenav li{float:left;border-left:1px solid #ddd;}
	.pgguidenav a{display:block;font-size:16px;font-weight:bold;padding:0 60px;}
	.pgguidenav a.on{background:#333;color:#fff;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;margin-bottom:60px;}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;margin:0 3px 6px;border:1px solid #ccc;}
.listpage a:hover{background:#333;border:1px solid #333;color:#fff;}
.listpage span{background:#333;border:1px solid #333;color:#fff;}

.edit{font-size:14px;}
	.edit img{max-width:100%;}

.pg{padding:40px 0;}
	main{margin-bottom:40px;}
	aside{}
.pgs{padding:40px 20px;}
	
	.pgtitle{margin-bottom:40px;overflow:hidden;text-align:center;}
	.pgtitle h2{font-size:36px;line-height:40px;position:relative;margin-bottom:5px;color:#333;}
	.pgtitle h3{opacity:0.8;font-size:18px;color:#999;text-transform:uppercase;font-weight:normal;}
		.pgtitle h3 span{position:relative;display:inline-block;}
		.pgtitle h3 span:before{content:'';display:block;position:absolute;top:50%;left:100%;margin-left:30px;width:50px;height:1px;background:#999;}
		.pgtitle h3 span:after{content:'';display:block;position:absolute;top:50%;right:100%;margin-right:30px;width:50px;height:1px;background:#999;}
	.pgtitle p{opacity:0.8;font-size:12px;color:#999;text-transform:uppercase;font-weight:normal;}

	.pgnav{background:#f4f4f4;line-height:55px;margin-bottom:40px;}
		.pgnav ul{display:flex;}
		.pgnav li{flex:1;}
		.pgnav li a{display:block;text-align:center;font-size:18px;position:relative;}
		.pgnav li a:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-bottom:6px solid #fff;border-right:6px solid transparent;opacity:0;transition:all ease-out 0.3s;}
		.pgnav li a:hover,.pgnav li a.on{background:#333;color:#fff;}
		.pgnav li a:hover:after,.pgnav li a.on:after{opacity:1;}
	
	.pgaboutinfo{font-size:14px;}
		.pgaboutinfo img{max-width:100%;}
		.pgaboutinfo hr{height:1px;background:#ccc;}
	
	.pgteamnav{margin-bottom:40px;}
		.pgteamnav ul{overflow:hidden;}
		.pgteamnav li{float:left;margin-right:10px;}
		.pgteamnav li a{display:block;background:#fff;line-height:50px;padding:0 20px;width:100px;}
		.pgteamnav li a i{float:right;}
		.pgteamnav li a.on,.pgteamnav li a:hover{background:#333;color:#fff;}

	.pghonor{padding:80px 0;}
		.pghonorlist{}
			.pghonorlist ul{margin:0 -1%;}
			.pghonorlist li{float:left;width:31.33%;margin:0 1% 20px;}
			.pghonorlist li figure{overflow:hidden;border:1px solid #eee;position:relative;margin-bottom:10px;background:#fff;text-align:center;}
			.pghonorlist li img{width:100%;}
			.pghonorlist li h3{text-align:center;font-size:14px;font-weight:normal;}

			.pgcolumntitle{/*background:linear-gradient(to top,#ececec 0%,#ececec 100%);*/position:relative;border-bottom:1px solid #ddd;margin-bottom:20px;padding-bottom:10px;background:#fff;}
			.pgcolumntitle span{position:absolute;top:0;right:0;text-transform:uppercase;font-size:14px;color:#999;}
			.pgcolumntitle h3{position:relative;font-size:18px;font-weight:normal;}

			.pgproductlist{margin-bottom:40px;}
				.pgproductlist ul{margin:0 -1%;}
				.pgproductlist li{float:left;width:48%;margin:0 1% 10px;position:relative;}
					.pgproductlist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgproductlist li figure{position:relative;overflow:hidden;}
							.pgproductlist li figure img{width:100%;height:110px;}
							.pgproductlist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgproductlist li section{}
						.pgproductlist li section h4{}
						.pgproductlist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;font-size:14px;padding:10px;font-weight:normal;}
					.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgproductlist li:hover figcaption{opacity:1;}
			
			.pgcaselist{margin-bottom:30px;}
				.pgcaselist ul{margin:0 -1%;}
				.pgcaselist li{float:left;width:23%;margin:0 1% 2%;position:relative;}
					.pgcaselist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgcaselist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgcaselist li figure img{width:100%;}
							.pgcaselist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgcaselist li section{padding:15px;}
						.pgcaselist li section h4{font-size:16px;line-height:30px;}
						.pgcaselist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgcaselist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgcaselist li:hover figcaption{opacity:1;}
			
			.pgnewslist{margin-bottom:30px;padding-top:10px;}
				.pgnewslist ul{}
				.pgnewslist li{line-height:39px;border-bottom:1px solid #eee;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				.pgnewslist li a{}
				.pgnewslist li time{float:left;margin-right:10px;color:#999;font-size:12px;}
				.pgnewslist li a:hover{padding:0 10px;}
			
			.infoproduct{}
				.infoproducthead{margin-bottom:20px;position:relative;padding:20px;background:#f6f6f6;}
					.infoproductslide{margin-bottom:20px;}
						.infoproductslide figure{overflow:hidden;border:1px solid #eee;}
						.infoproductslide figure img{width:100%;}
					.infoproductsummary{}
						.infoproductsummary:after{content:'';display:block;clear:both;}
						.infoproductsummary h1{font-size:17px;margin-bottom:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary section{color:#999;}
						.infoproductsummary p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary p span{margin-right:10px;}
						.infoproductsummary p span a{display:inline-block;line-height:30px;background:#333;color:#fff;padding:0 20px;margin-top:10px;}
					.infoprevnext{}
						.infoprevnext span{position:absolute;top:50%;transform:translateY(-50%);display:block;width:38px;height:38px;text-align:center;text-indent:-999em;background:#f9f9f9;border:1px solid #ddd;border-radius:5px;overflow:hidden;}
						.infoprevnext span a{display:block;position:relative;text-indent:-999em;line-height:38px;width:38px;height:38px;}
						.infoprevnext span a:hover{background:#333;color:#fff;}
						.prev{left:-20px;}
							.prev a:after{content:'';display:block;position:absolute;top:12px;left:15px;width:14px;height:14px;border-left:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(-45deg);}
						.next{right:-20px;}
							.next a:after{content:'';display:block;position:absolute;top:12px;right:15px;width:14px;height:14px;border-right:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(45deg);}
				.infoproductdetail{margin-bottom:40px;}
					.detailtab{margin-bottom:20px;position:relative;}
						.detailtab h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
						.detailtab h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
						.detailtab span{position:absolute;top:15px;right:15px;}
						.detailtab span a{}
				
				.infoproductother{margin-bottom:40px;}
					.infoproductother h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.infoproductother h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
					.infoproductother ul{margin:0 -1%;overflow:hidden;}
					.infoproductother li{position:relative;float:left;width:18%;margin:0 1%;}
					.infoproductother li a{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
					.infoproductother li figure{overflow:hidden;border:1px solid #dcdcdc;padding:10px;}
					.infoproductother li figure img{width:100%;margin-bottom:10px;}
					.infoproductother li figcaption{text-align:center;font-size:12px;}
					.infoproductother li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
					.infoproductother li:hover figure img{transform:scale3d(1.05, 1.05, 1);}
				
				.inforelated{background:#fff;}
					.inforelated h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.inforelated h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#333;}
					.inforelated ul{}
					.inforelated li{line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				
			.pgadvan{}
			.pgadvan ul{margin:0 -1%;}
			.pgadvan li{float:left;width:48%;margin:0 1% 10px;overflow:hidden;}
			.pgadvan li figure{overflow:hidden;margin-bottom:10px;}
			.pgadvan li figure img{width:100%;}
			.pgadvan li dl{}
			.pgadvan li dt{font-weight:bold;margin-bottom:5px;}
			.pgadvan li dd{height:60px;}
			
			article{margin-bottom:20px;background:#fff;}
				.articlehead{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px;}
					.articlehead h1{font-size:17px;}
					.articlehead p{color:#999;margin-top:10px;}
					.articlehead p span{margin-right:10px;}
					.articlehead p time{margin-right:10px;}
				.articlebody{margin-bottom:20px;}
					.articleinfo{font-size:14px;}
						.articleinfo img{max-width:100%;}
					.relatedarticle{}
						.relatedarticle h3{font-size:18px;line-height:30px;margin-bottom:10px;}
						.relatedarticle ul{}
						.relatedarticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:30px;}
						.relatedarticle li a{float:left;position:relative;padding-left:13px;}
						.relatedarticle li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
						.relatedarticle li time{float:right;color:#999;font-size:12px;}
					.infotags{margin-top:20px;font-style:italic;font-size:12px;padding:15px;background:#f6f6f6;color:#666;}
					.infoprevnext{margin-top:20px;}

						.table{overflow-x:scroll;margin:1em 0;}
						.table::-webkit-scrollbar{width:1px;height:1px;}
						.table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
						.table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
						.table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
						.table tr{}
						.table th{font-size:14px;border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
						.table td{font-size:12px;border:1px solid #ddd;padding:8px 10px;line-height:150%;}		

			.pgsidenav{margin-bottom:20px;}
				.pgsidenavhead{color:#fff;background:#3ec3ca;padding:5px 20px;}
					.pgsidenav h3{position:relative;font-size:14px;font-weight:normal;line-height:30px;}
					.pgsidenav h3:after{content:'';display:block;position:absolute;top:50%;right:0;transform:translateY(-50%);border-right:6px solid transparent;border-top:6px solid #fff;border-left:6px solid transparent;}
				.pgsidenav ul{background:#f6f6f6;overflow:hidden;}
				.pgsidenav li{border-top:1px solid #fff;}
				.pgsidenav li a{line-height:39px;display:block;padding:0 20px;position:relative;background:#f6f6f6;}
				.pgsidenav>ul>li>ul>li>a {
					text-indent: 2em;
					font-size: 12px;
				}
				.pgsidenav li a:before{content:'';position:absolute;top:0;left:0;bottom:0;width:10px;background:#3ec3ca;}
				.pgsidenav li a:after{content:'';position:absolute;left:3px;top:50%;transform:translateY(-50%);border-left:4px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;}
				.pgsidenav li a i{float:right;font-size:18px;}
				.pgsidenav li a:hover,.pgsidenav li a.on{background:#3ec3ca;color:#fff;padding:0 30px;}
				.pgsidenav li a:hover i,.pgsidenav li a.on i{animation:mctranslatex 1s linear infinite;-webkit-animation:mctranslatex 1s linear infinite;}
				.pgsidenav li ul{display:none;padding:0;}
				.pgsidenav li ul.show {
					display: block;
				}

		aside .pgsidearticle,aside .pgsidekey,aside .pgsidecotact{background:#fff;}

			.pgsidearticle{margin-bottom:40px;}
				.pgsidearticle h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidearticle ul{}
				.pgsidearticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
				.pgsidearticle li a{position:relative;padding-left:15px;}
				.pgsidearticle li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}

			.pgsidekey{margin-bottom:40px;}
				.pgsidekey h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidekey section{line-height:25px;}
				.pgsidekey a{display:inline-block;line-height:30px;padding:0 10px;margin:0 10px 10px 0;border:1px solid #ddd;}

			.pgsidecotact{}
				.pgsidecotact h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidecotact section{line-height:30px;}
				.pgsidecotact section:not(:last-child){overflow:hidden;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}
				.pgsidecotact section i{display:block;float:left;width:60px;height:60px;font-size:50px;line-height:60px;border-radius:60px;background:#71b22c;color:#fff;text-align:center;margin-right:20px;}
				.pgsidecotact section dl{float:left;padding:5px 0;}
				.pgsidecotact section dt{font-size:14px;}
				.pgsidecotact section dd{font-size:24px;line-height:30px;font-weight:bold;}
				.pgsidecotact ul{}
				.pgsidecotact li{line-height:25px;}

			.pgmap{width:100%;position:relative;}
				.pgmapinfo{}
				.pgmaplist{position:absolute;top:20px;right:20px;bottom:20px;width:300px;background:rgba(255,255,255,0.8);padding:30px;}
					.pgmaplist h2{font-size:22px;line-height:25px;}
					.pgmaplist h3{font-size:16px;margin-bottom:10px;}
					.pgmaplist h4{margin-bottom:40px;font-family:'sysfont';font-size:60px;line-height:60px;border-bottom:1px solid #ccc;padding-bottom:40px;color:#333;}
					.pgmaplist section{margin-bottom:30px;}
					.pgmaplist section p{font-size:13px;color:#666;}
					.pgmaplist section p strong{font-size:16px;line-height:30px;color:#000;}

			.pgcontact{}
			.pgcontacttitle{margin-bottom:40px;}
				.pgcontacttitle h1{font-size:36px;line-height:40px;font-weight:normal;text-align:center;}
			.pgcontactlist{margin:0 -1%;overflow:hidden;margin-bottom:40px;}
				.pgcontactlist section{float:left;width:23%;margin:0 1%;box-sizing:border-box;border:1px solid #f5f5f5;padding:30px 0;text-align:center;}
				.pgcontactlist figure{width:50px;height:50px;margin:0 auto;margin-bottom:10px;}
				.pgcontactlist figure i{font-size:50px;line-height:50px;}
				.pgcontactlist p{}
			.pgcontactmap{margin-bottom:40px;}

			.pgmessage{background:#fff;}
			.pgmessage h3{font-size:14px;}
			.pgmessage p{}
			.pgmessage form{margin-top:20px;}
			.pgmessage ul{overflow:hidden;}
			.pgmessage li{position:relative;margin-bottom:10px;border-bottom:1px solid #eee;box-sizing:border-box;}
			.pgmessage li span{display:none;position:absolute;top:-10px;left:20px;font-size:12px;color:#999;background:#fff;padding:0 10px;}
			.pgmessage li span i{margin-right:10px;}
			.pgmessage li input{width:100%;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li textarea{display:block;border:none;width:100%;height:120px;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li input.btn{width:100%;background:#232e39;color:#fff;}
			#checkCodeImg{position:absolute;top:7px;right:7px;}
			
/* 相关标签页面 */
.pgtagdescription{background:#fff;padding:40px;font-size:16px;line-height:30px;margin-bottom:20px;}

.pgtagproduct{padding:20px;background:#fff;margin-bottom:20px;}
	.pgtagproduct h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagproduct h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagproduct ul{margin:0 -1%;}
	.pgtagproduct li{float:left;width:23%;margin:0 1% 20px;}
		.pgtagproductimg{overflow:hidden;}
			.pgtagproductimg img{width:100%;}
		.pgtagproductwz{background:#fff;padding:20px;transition:all ease-out 0.3s;}
			.pgtagproductwz h2{font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.pgtagproduct li:hover img{transform:scale3d(1.05, 1.05, 1);}
	.pgtagproduct li:hover .pgtagproductwz{background:#333;color:#fff;}
	.pgtagproduct li:hover .pgtagproductwz a{color:#fff;}

.pgtagnews{padding:20px;background:#fff;margin-bottom:20px;}
	.pgtagnews h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagnews h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagnews ul{margin:0 -1%;}
	.pgtagnews li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagnews li a{display:block;padding:20px;background:#fff;}
	.pgtagnews li dl{margin-bottom:10px;}
	.pgtagnews li dt{padding-bottom:10px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.pgtagnews li dd{opacity:0.7;height:60px;overflow:hidden;}
	.pgtagnews li time{font-size:12px;}
	.pgtagnews li a:hover{transform:translateY(-5px);background:#3ec3ca;color:#fff;}

.pgtagrecom{padding:20px;background:#fff;}
	.pgtagrecom h2{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
	.pgtagrecom h2:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#3ec3ca;}
	.pgtagrecom ul{margin:0 -1%;}
	.pgtagrecom li{float:left;width:23%;margin:0 1% 20px;box-sizing:border-box;}
	.pgtagrecom li a{display:block;}
	.pgtagrecom li section{background:#fff;transition:all ease-out 0.3s;}
	.pgtagrecom li section figure{overflow:hidden;}
	.pgtagrecom li section img{width:100%;}
	.pgtagrecom li section h3{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:10px;}
	.pgtagrecom li section:hover{background:#3ec3ca;color:#fff;}
	.pgtagrecom li section:hover img{transform:scale3d(1.05, 1.05, 1);}

.pgsearchlist{padding:20px;background:#fff;margin-bottom:20px;}
	.pgsearchlisttotal{border:1px solid #eee;padding:30px;background:#eee;}
	.pgsearchproductlist{margin-top:40px;}
		.pgsearchproductlist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchproductlist ul{margin:0 -1%;}
		.pgsearchproductlist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchproductlist li section{position:relative;overflow:hidden;}
		.pgsearchproductlist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchproductlist li figure{overflow:hidden;}
		.pgsearchproductlist li figure img{width:100%;}
		.pgsearchproductlist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearcharticlelist{margin-top:40px;}
		.pgsearcharticlelist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearcharticlelist ul{overflow:hidden;margin:0 -1%;}
		.pgsearcharticlelist li{float:left;width:31.33%;margin:0 1% 20px;}
		.pgsearcharticlelist li a{display:block;}
		.pgsearcharticlelist li section{padding:20px;border:1px solid #eee;background:#fff;}
		.pgsearcharticlelist li time{display:block;margin-bottom:5px;}
		.pgsearcharticlelist li dl{box-sizing:border-box;margin-bottom:5px;}
		.pgsearcharticlelist li dt{font-size:16px;line-height:30px;}
		.pgsearcharticlelist li dd{height:40px;overflow:hidden;color:#999;font-size:12px;}
		.pgsearcharticlelist li span{display:block;}
	.pgsearchcaselist{}
		.pgsearchcaselist h2{font-size:17px;line-height:30px;margin-bottom:20px;background:#eee;padding:10px;}
		.pgsearchcaselist ul{margin:0 -1%;}
		.pgsearchcaselist li{float:left;width:23%;margin:0 1% 20px;}
		.pgsearchcaselist li section{position:relative;overflow:hidden;}
		.pgsearchcaselist li section a{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-999em;}
		.pgsearchcaselist li figure{overflow:hidden;}
		.pgsearchcaselist li figure img{width:100%;}
		.pgsearchcaselist li p{position:absolute;bottom:0;left:0;right:0;line-height:40px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;}
	.pgsearchjoblist{}
	.pgsearchdownlist{}

.pgsitemap{padding:60px 0;}
	.pgsitemap section{margin-bottom:30px;padding:30px;background:#f9f9f9;border-radius:10px;}
	.pgsitemap h2{font-size:24px;line-height:40px;}
	.pgsitemap h3{font-size:18px;line-height:40px;margin-top:20px;border-top:1px solid #ddd;}
	.pgsitemap h4{font-size:15px;border-top:1px dashed #ddd;font-weight:normal;padding-top:5px;margin-bottom:5px;}
	.pgsitemap p{margin-top:5px;padding-bottom:5px;}
	.pgsitemap p a{font-size:12px;margin-right:20px;}

.pgdown{}
	.pgdown ul{display:flex;text-align:center;align-items:center;border-bottom:1px solid #ddd;}
		.pgdown li{padding:10px;}
		.pgdown li:nth-of-type(1){flex:0 0 60px;}
		.pgdown li:nth-of-type(2){flex:1;}
		.pgdown li:nth-of-type(3){flex:1;}
		.pgdown li:nth-of-type(4){flex:1;}
		.pgdown li:nth-of-type(5){flex:1;}
		.pgdown li span{display:none;}
		.pgdown li i{font-size:24px;}
	.pgdownhead{background:#eee;border-top:1px solid #ddd;font-size:16px;font-weight:bold;}
	.pgdownlist{}
		.pgdownlist figure{}
		.pgdownlist img{height:50px;}
}
